home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Add-Ons / BBEdit / du 1.0.0 / du info next >
Encoding:
Internet Message Format  |  1994-11-06  |  1.4 KB  |  [TEXT/R*ch]

  1. From: Kevin.R.Boyce@gsfc.nasa.gov (Kevin R. Boyce)
  2. Subject: du for BBEdit (THINK C)
  3.  
  4. Here's a quick-n-dirty BBEedit extension that lets you check where all
  5. the space on your hard disk has gone.  You select a starting folder,
  6. and it makes a listing of the sizes of said folder and all the folders
  7. it contains.  The list goes into a new window.  The sizes it reports
  8. are in blocks (yes, that's the physical size, not logical size).  That
  9. seemed to be easier on the eyes than lots of numbers with 6 or 7
  10. digits in them.
  11.  
  12. Other ways to do the same thing:
  13.  
  14. ShowSizes, by Jon Pugh.  Much more versatile, and doesn't require
  15.     BBEdit.  On the other hand, it's $20, can only scan your whole disk
  16.     (and doesn't run in background while scanning), and the formatting is
  17.     kind of ugly.
  18.  
  19. Turn on "calculate folder sizes" in the Views control panel, select
  20.     "View by name", and go home for the weekend.  When you get in on
  21.     Monday, it might be finished.  And if you open a folder after it's
  22.     finished, the finder is too stupid to remember all the work it has
  23.     done, so it has to rescan everything in that folder.  Gah.
  24.  
  25. This thing is free (are you kidding?)  A THINK C 7.0 project is
  26. included, but I'm sure you can compile it with TC 5.0 or higher.  Just
  27. set the project to Code Resource, file type 'BBXT', creator 'R*ch',
  28. resource type 'BBXT', id 128, attributes 20, name "du..." (I used the
  29. ellipsis character.)
  30.  
  31. Or you could change the name, if you hate Unix....
  32.